projects
/
opencc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49880cf
)
Fix build for gcc 15 (#934)
author
Peng Wu
<alexepico@gmail.com>
Wed, 12 Feb 2025 16:15:10 +0000
(
00:15
+0800)
committer
Boyuan Yang
<byang@debian.org>
Tue, 9 Sep 2025 12:26:01 +0000
(08:26 -0400)
Co-authored-by: Peng Wu <pwu@redhat.com>
Bug-Debian: https://bugs.debian.org/
1097512
Gbp-Pq: Topic backport
Gbp-Pq: Name 0006-Fix-build-for-gcc-15-934.patch
src/SerializedValues.hpp
patch
|
blob
|
history
diff --git
a/src/SerializedValues.hpp
b/src/SerializedValues.hpp
index c17210ba7b743b5b1a81ab7137157391e1118065..f7e5bb264513a450b4aca6d4670a66892b7caa76 100644
(file)
--- a/
src/SerializedValues.hpp
+++ b/
src/SerializedValues.hpp
@@
-18,6
+18,8
@@
#pragma once
+#include <cstdint>
+
#include "Common.hpp"
#include "SerializableDict.hpp"